@charset "utf-8";
/* CSS Document */
div,
span,
li,
img,
input,
label,
a {
	behavior: url(css/PIE.htc);
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
li,ul,img{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input{
	outline:none;
}
.main{
	min-height: 600px;
	overflow: hidden;
	background: url(../images/body_bg.gif) no-repeat center top;
}
a{
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}		/* 未访问的链接 */
a:visited {
	text-decoration: none;
}	/* 已访问的链接 */
a:hover {
	color: #4189c8;
	text-decoration: none;
}	/* 鼠标移动到链接上 */
a:active {
	color: #4189c8;
	text-decoration: none;
}	/* 选定的链接 */

/**头部**/
.top{
	width: 100%;
	overflow: hidden;
	background-color: #cae8f5;
}
.top_box{
	margin: 0px auto;
	width: 1010px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.top_box a{
	color: #0e5298;
}

/**地址**/
.address{
	margin: 0px 10px;
	width: 990px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 20px;
	overflow: hidden;
}
.address img{
	width: 17px;
	height: 16px;
	margin-top: -4px;
	margin-left: 10px;
	margin-right: 5px;
}
.address a{
	height: 16px;
	margin: 2px;
}

.list_main{
	margin: 20px 10px;
	width: 990px;
	overflow: hidden;
}
/**文字列表页hot**/
.hot{
	width: 260px;
	
	float: left;
}
.hot_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background-color: #0e5298;
	padding: 0px 10px;
}
.hot_content{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.hot_content_box{
	width: 248px;
	margin: 5px;
}
.hot_content_box_title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	font-size: 16px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../images/hot_title_bg.png) repeat-x;
}
.hot_content_box_title img{
	margin-right: 14px;
}
.hot_content_box_content ul{
	color: #969696;
	overflow: hidden;
	margin: 10px 0px;
}
.hot_content_box_content ul li{
	margin: 8px 40px;
	list-style-type: disc;
}

/**list_con**/
.list_con{
	width: 700px;
	min-height: 400px;
	float: right;
}
.list_con_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #dcdcdc;
}
.list_con_title font{
	display: block;
	float:left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #0e5298;
}
.list_con_content ul{
	width: 100%;
	overflow: hidden;
	margin: 20px 0px;
}
.list_con_content ul li{
	
	height: 30px;
	line-height: 30px;
	margin: 0px 2px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #878787;
}
.list_con_content ul li a{
	color: #444;
}
.list_con_content ul li img{
	margin-top: -3px;
	margin-right: 5px;
}
.list_con_content ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}
/**图片list**/
.list_pic_con{
	width: 700px;
	min-height: 400px;
	float: right;
}
.list_pic_con_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #dcdcdc;
}
.list_pic_con_title font{
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid #0e5298;
}
.list_pic_con_content ul{
	width: 100%;
	overflow: hidden;
	margin: 20px 0px;
}
.list_pic_con_content ul li{
	width: 696px;
	height: 154px;
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 30px;
}
.list_pic_con_content ul li a{
	color: #444;
}
.list_pic_con_content ul li img{
	width: 187px;
	height: 128px;
	padding: 2px;
	border: 1px solid #CCC;
	float: left;
}
.list_pic_con_content ul li .title{
	width: 495px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 0px;
}
.list_pic_con_content ul li .title a{
	color: #015198;
	font-size: 16px;
	font-weight: 600;
}
.list_pic_con_content ul li .time{
	width: 495px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 0px;
	color: #818181;
}
.list_pic_con_content ul li .con{
	width: 495px;
	height: 84px;
	line-height: 24px;
	float: right;
	margin: 0px;
	text-indent:2em;
}
.list_pic_con_content ul li .con a{
	color: #a80000;
}
.list_pic_con_content ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}

.page ul{
	text-align: center;
}
.page .border_3{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.page .border_4{
	border: 1px solid #dddddd;
}
.page .active{
	background-color: #e74c3c;
	color: #FFF;
}
.page .active a{
	color: #FFF;
}
.page .text{
	width: 26px;
	height: 26px;
	border: 1px solid #a9a9a9;
	text-align: center;
}
.page ul{
	overflow: hidden;
	*display: block;
}
.page ul li{
	height: 30px;
	line-height: 30px;
	width: auto;
	margin: auto;
	margin-bottom: 0px;
	margin-right: -4px;
	*margin-right: 0px;
	padding: 0px 11px;
	border-bottom: 0px dashed #878787;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	vertical-align: middle;
	color: #777777;
}
.page ul li a{
	color: #777777;
}
.page ul li img{
	margin-top: -3px;
	margin-right: 5px;
}
.page ul li span{
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #444;
}


.main_box{
	width: 1010px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #FFF;
}
.logo{
	width: 100%;
	height: 159px;
	background: url(../images/logo.jpg) no-repeat center top;
}
.banner{
	width: 100%;
	height: 43px;
	background-color: #0e5298;
	padding: 11.5px 0px;
	*padding: 0px;
}
.banner ul{
	text-align: center;
	*margin-top: 11.5px;
	*display: block;
	*height: 20px;
	*padding-top: 2px;
}
.banner ul li{
	height: 14px;
	line-height: 14px;
	color: #FFF;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	*height: 16px;
	*line-height: 16px;
	padding:0 12px;
}
.banner ul li.last{border-right:0;}
.banner ul li a{
	color: #FFF;
}
.banner ul .right_border{
	border-right: 2px solid #FFF;
}
.banner ul li a:hover{color:#F60;}

.bottom{
	text-align: center;
}

.height_10{
	width: 100%;
	height: 10px;
}

.bottom_banner{
	width: 990px;
	margin: 0px auto;
	height: 43px;
	background-color: #185da6;
	padding-top: 11.5px;
	*padding: 0px;
	*margin: 10px auto;
}
.bottom_banner ul{
	text-align: center;
	*margin-top: 11.5px;
	*display: block;
	*height: 20px;
	*padding-top: 2px;
}
.bottom_banner ul li{
	padding: 0px 8px;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	*height: 16px;
	*line-height: 16px;
}
.bottom_banner ul li a{
	color: #FFF;
}
.bottom_banner ul .right_border{
	border-right: 2px solid #FFF;
}

/****左上角弹出窗****/
.left_top_box{
	width: 500px;
	height: 400px;
	border-radius: 4px;
	overflow: hidden;
	/*display: none;*/
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 15;
	box-shadow: 0px 10px 33px #ccc;
}
.left_top_box .left_top_box_title{
	height: 30px;
	line-height: 30px;
	background-color: #4189c8;
}
.left_top_box .left_top_box_title font{
	font-size: 16px;
	color: #FFF;
	margin-left: 10px;
}
.left_top_box .left_top_box_title span{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	background: url(../images/tc_close.png) no-repeat;
}
.left_top_box_content{
	width: 100%;
	height: 370px;;
	background-color: #FFF;
	padding: 20px;
	overflow-y: scroll;
}

/****中间漂浮的广告图****/
.middle_box{
	width: 500px;
	height: 400px;
	overflow: hidden;
	/*display: none;*/
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 15;
	box-shadow: 0px 10px 33px #ccc;
}
.middle_box img{
	width: 500px;
	height: 400px;
}
.middle_box span{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	background: url(../images/tc_close.png) no-repeat;
}


/**********************内容页 开始***********************/
.content_main{
	min-height: 500px;
	margin: 20px 10px;
	width: 990px;
	overflow: hidden;
}
.content_main_title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: 600;
	color: #444;
	text-align: center;
}
.content_main_dis{
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #8e8e8e;
	text-align: center;
	margin-bottom: 20px;
}
.content_main_dis font{
	color: #e40000;
}
.content_main_con{
	width: 890px;
	margin: 0px 50px;
	overflow: hidden;
}
.content_main_con p{
	line-height: 1.8em!important;
       font-size:20px!important
}
.content_main_con span{
	line-height: 1.8em!important;
       font-size:20px!important
}
.content_main_next{
	width: 910px;
	margin: 20px 40px;
	padding: 10px 0px;
	border-top: 1px dashed #858585;
}
.content_main_next li{
	float: left;
	margin-right: 20px;
}
.content_main_next li a{
	color: #1e00fe;
}
.content_main_qylist{
	width: 910px;
	margin: 20px 40px;
	padding: 10px 0px;
}
.content_main_qylist ul{
	overflow: hidden;
}
.content_main_qylist li{
	float: left;
	margin-right: 20px;
}
.content_main_qylist li a{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #444;
}
.content_main_qylist .qylist_box{
	width: 910px;
	border: 1px solid #cbcbcb;
	margin: 20px 0px 0px 0px;
}
.content_main_qylist .qylist_box table{
	width: 850px;
	margin: 30px;
}
.content_main_qylist .qylist_box table tr{
	border-bottom: 1px dashed #cbcbcb;
}
.content_main_qylist .qylist_box table td{
	height: 30px;
	line-height: 30px;
}
.content_main_qylist .qylist_box table td font{
	color: #d90000;
}
.linksbox{margin:20px 0; border:1px solid #efefef}
.txtlisttit {height: 32px; background:#f0f0f0;position: relative; border-bottom:2px solid #084466;}
.txtlisttit.linktit span{background: #084466; color: #fff; font-size:15px; font-weight:bold; display:block; width:100px; height:33px; line-height:33px; text-align:center; position:absolute; left:0; top:-1px;}
.tab-nav{position: absolute; left: 100px; top: 0;}
.tab-nav a{float: left; line-height: 32px; font-size: 14px; margin: 0 20px;}
.tab-nav a.current{color: #FF080D;}
.linkcon{height:54px; margin:10px; overflow:auto;}
.linkslist li{float: left; margin:1px 20px;}
.linkslist li a{display:inline-block; line-height:25px;}
/**********************内容页 结束***********************/


.pagediv{padding:30px 0;font-size:14px;color:#333;line-height:28px;text-align:center;clear:both}
.pagediv a{color:#333}
.pagination_index,.pagination_index_num{display:inline-block}
.currentIndex{display:inline-block;zoom:1;margin:4px;border:#dfdfdf 1px solid;border-radius:3px;vertical-align:top;transition:all .2s;padding:0 10px}
.pagination_index_num a{padding:0 10px}
.pagination_index_num:hover{background:#0e5298;border-color:#0e5298;color:#fff;text-decoration:none}
.pagination_index_num:hover a{color:#fff;text-decoration:none}
.pagediv #pagination_input,.pagediv .arrow a,.pagediv .index_num,.pagediv .moye,.pagediv .pagination_index_last,.pagination_index_num{display:inline-block;margin:4px;zoom:1;border:#dfdfdf 1px solid;border-radius:3px;vertical-align:top;transition:all .2s;-webkit-transition:all .2s;background:#f1f1f1;background:-webkit-linear-gradient(#fff 10%,#f1f1f1);background:-o-linear-gradient(#fff 10%,#f1f1f1);background:-moz-linear-gradient(#fff 10%,#f1f1f1);background:linear-gradient(#fff 10%,#f1f1f1)}
.pagination_index_num span{padding:0 5px}
.currentIndex,.pagediv .arrow a:hover,.pagediv .index_num{background:#0e5298;border-color:#0e5298;color:#fff;text-decoration:none}
.pagediv .arrow a,.pagediv .moye{padding:0 10px}
.pagediv .index_num{font-weight:700}
.pagediv .pagination_index_last{padding:0 6px}
.pagediv #pagination_input{width:40px;height:30px;color:#888;text-align:center;background:#fff;vertical-align:top;padding:0;margin:4px}
.pagediv #currentPage{width:40px;height:30px;color:#888;text-align:center;background:#fff}
.pagediv font.en{display:none}
#goye{vertical-align:top;margin:4px;background:#0e5298;color:#fff;padding:1px 10px;display:inline-block;border-radius:3px}
.pagediv .pagination_index_num:first-child:hover{background:linear-gradient(#fff 10%,#f1f1f1);border:#dfdfdf 1px solid;color:#333}
.pagediv .current1 {background: #0e5298 !important;border-color: #0e5298 !important;color: #fff !important;text-decoration: none;}

#zoomcon img{max-width:100%}